home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / olrdrs / yarn_068.zip / INSTALL.BAT < prev    next >
DOS Batch File  |  1994-06-21  |  593b  |  22 lines

  1. @echo off
  2. if x%1 == x goto usage
  3. if not exist %1 mkdir %1
  4. copy *.exe %1 >nul
  5. copy *.hlp %1 >nul
  6. copy *.doc %1 >nul
  7. copy config %1 >nul
  8. set YARN=%1
  9. echo Put this line to your AUTOEXEC.BAT file:
  10. echo SET YARN=%1
  11. echo.
  12. echo Important: If you are upgrading Yarn from a version older than 0.60,
  13. echo            follow the instructions in the UPGRADE text file.
  14. goto end
  15. :usage
  16. echo usage: install [drive:]directory
  17. echo.
  18. echo Installs Yarn in the specified directory.
  19. echo Important: Choose a drive with a lot of free space.
  20. echo            The news will be stored there.
  21. :end
  22.